home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / viewwrld / viewwrld.lha / viewworld / lgd / vector.h < prev   
Encoding:
C/C++ Source or Header  |  1989-09-21  |  1.1 KB  |  23 lines

  1. /* $Id: vector.h,v 1.7 89/09/20 17:49:24 mbp Exp $
  2.  *
  3.  * vector.h: header file for vector procedures
  4.  */
  5.  
  6. /************************************************************************
  7.  *        Copyright (C) 1989 by Mark B. Phillips                  *
  8.  *                                     *
  9.  * Permission to use, copy, modify, and distribute this software and    *
  10.  * its documentation for any purpose and without fee is hereby granted, *
  11.  * provided that the above copyright notice appear in all copies and    *
  12.  * that both that copyright notice and this permission notice appear in *
  13.  * supporting documentation, and that the name of Mark B. Phillips or   *
  14.  * the University of Maryland not be used in advertising or publicity   *
  15.  * pertaining to distribution of the software without specific, written *
  16.  * prior permission.  This software is provided "as is" without express *
  17.  * or implied warranty.                                                 *
  18.  ************************************************************************/
  19.  
  20. extern double LGD_L2norm_vec();
  21. extern double LGD_L2dist_vec();
  22. extern double LGD_dotprod_vec();
  23.